type github.com/refraction-networking/utls.certificateVerifyMsg

10 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1156: 		m = &certificateVerifyMsg{
		handshake_client.go#L824: 		certVerify := &certificateVerifyMsg{}
		handshake_client_tls13.go#L846: 	certVerify, ok := msg.(*certificateVerifyMsg)
		handshake_client_tls13.go#L967: 	certVerifyMsg := new(certificateVerifyMsg)
		handshake_messages.go#L1889: type certificateVerifyMsg struct {
		handshake_messages.go#L1895: func (m *certificateVerifyMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1910: func (m *certificateVerifyMsg) unmarshal(data []byte) bool {
		handshake_server.go#L745: 		certVerify, ok := msg.(*certificateVerifyMsg)
		handshake_server_tls13.go#L856: 	certVerifyMsg := new(certificateVerifyMsg)
		handshake_server_tls13.go#L1085: 		certVerify, ok := msg.(*certificateVerifyMsg)